home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
v cisle
/
deskspace
/
DeskSpace152TrialSetup.exe
/
help
/
style
/
footer.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2006-02-04
|
759b
|
50 lines
/*
Otaku Software Website Style Sheet
File: footer.css
Version: 1.0
Date: 20/09/2004
Authors: Garry Stewart, James Stewart
*/
/* Begin: Footer Tags */
#Footer
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
clear: both;
width: 100%;
color: #909090;
border-style: solid;
border-color: #dadada;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
margin-top: 2em;
margin-bottom: 0px;
padding-top: 0.5em;
padding-bottom: 1em;
}
.FooterLeft
{
float : left;
text-align : left;
width : 35%;
}
.FooterRight
{
width : 65%;
float : right;
text-align : right;
}
.FooterSpacer
{
clear : both;
}
/* End: Footer Tags */